home *** CD-ROM | disk | FTP | other *** search
- /*
- **
- ** $VER: timer.h 0.1 (25.07.02)
- **
- ** Description
- ** Timer utility fonctions Header
- **
- ** (C) Copyright 2002 Alexandre Balaban
- **
- ** $HISTORY :
- ** - 0.1, 25.07.02 : Creating an appropriate header
- */
-
- /*
- ** OpenTimer()
- ** Opens timer ;-)
- */
- int opentimer( void );
-
- /*
- ** CloseTimer()
- ** Closes timer ;-)
- */
- void closetimer( void );